{
	"ProcessTemplates": [
		{
			"Name": "Zoho CRM to JSON - Products",
			"Modified": "2024-08-06T08:33:28.7060654",
			"Modifier": "janne.pennanen@frends.com",
			"Tags": [
				"Json",
				"Zoho CRM"
			],
			"TemplateProcessTags": [],
			"Description": "This template process exports the products and their information from Zoho CRM into a local JSON file.",
			"Version": 1,
			"UniqueIdentifier": "4142dd0e-c8aa-47f4-b23b-7ecf6ab61a74",
			"ProcessVariablesJson": "{\"AccountsDomain\":{\"Value\":\"\\\"https://accounts.zoho.eu\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"The URL of the accounts domain for your Zoho instance. For example: https://accounts.zoho.eu\"},\"ApiDomain\":{\"Value\":\"\\\"https://www.zohoapis.eu\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"The URL of the domain your Zoho instance is in. For example: https://www.zohoapis.eu\"},\"ZohoClientSecret\":{\"Value\":\"\\\"abcdefg1234567\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"The client secret for Zoho.\"},\"ZohoRefreshToken\":{\"Value\":\"\\\"abcdefg1234567\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"The refresh token to be used for generating an API access token for Zoho.\"},\"ZohoClientId\":{\"Value\":\"\\\"abcdefg1234567\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"The client ID for Zoho.\"},\"TargetPath\":{\"Value\":\"\\\"/path/filename.json\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"The full path to the target file, including the filename.\"}}",
			"ProcessInfo": {
				"Process": {
					"Name": "Zoho CRM to JSON - Products",
					"Modified": "2024-08-06T08:33:28.7060654",
					"Modifier": "janne.pennanen@frends.com",
					"TagString": null,
					"Tags": [],
					"Description": "This template process exports the products and their information from Zoho CRM into a local JSON file.",
					"Version": 1,
					"UniqueIdentifier": "07663585-513c-4b2a-a86c-d2f8427de1a4",
					"GraphJson": null,
					"Bpmn": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<bpmn2:definitions xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:bpmn2=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" xmlns:dc=\"http://www.omg.org/spec/DD/20100524/DC\" xmlns:di=\"http://www.omg.org/spec/DD/20100524/DI\" id=\"sample-diagram\" targetNamespace=\"http://bpmn.io/schema/bpmn\" xsi:schemaLocation=\"http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd\"><bpmn2:process id=\"Process_1\" isExecutable=\"false\"><bpmn2:startEvent id=\"StartEvent_1\" name=\"Manual\"><bpmn2:outgoing>Flow_0r9s1g4</bpmn2:outgoing></bpmn2:startEvent><bpmn2:task id=\"Activity_03vxlfy\" name=\"Write to JSON\"><bpmn2:incoming>Flow_0vivs6q</bpmn2:incoming><bpmn2:outgoing>Flow_11lz0s5</bpmn2:outgoing><bpmn2:dataOutputAssociation id=\"DataOutputAssociation_0loimbu\"><bpmn2:targetRef>DataObjectReference_16c0ygt</bpmn2:targetRef></bpmn2:dataOutputAssociation></bpmn2:task><bpmn2:task id=\"Activity_1f1miij\" name=\"Generate an access token using the refresh token\"><bpmn2:incoming>Flow_0r9s1g4</bpmn2:incoming><bpmn2:outgoing>Flow_1ub6eiz</bpmn2:outgoing></bpmn2:task><bpmn2:intermediateThrowEvent id=\"Event_0uni3px\" name=\"Throw exception if creating access token failed\"><bpmn2:incoming>Flow_1dhzec4</bpmn2:incoming><bpmn2:signalEventDefinition /></bpmn2:intermediateThrowEvent><bpmn2:endEvent id=\"Event_1bd1r3i\" name=\"Process complete, return the path of the JSON file\"><bpmn2:incoming>Flow_11lz0s5</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_11lz0s5\" sourceRef=\"Activity_03vxlfy\" targetRef=\"Event_1bd1r3i\" /><bpmn2:subProcess id=\"Activity_0r2d9b8\" name=\"While pages remain\"><bpmn2:incoming>Flow_0pkp1fl</bpmn2:incoming><bpmn2:outgoing>Flow_0vivs6q</bpmn2:outgoing><bpmn2:standardLoopCharacteristics /><bpmn2:startEvent id=\"Event_1jhku0i\"><bpmn2:outgoing>Flow_1efn84l</bpmn2:outgoing></bpmn2:startEvent><bpmn2:task id=\"Activity_082zana\" name=\"Get page of products from Zoho\"><bpmn2:incoming>Flow_1efn84l</bpmn2:incoming><bpmn2:outgoing>Flow_1kcuaox</bpmn2:outgoing><bpmn2:property id=\"Property_0k057ht\" name=\"__targetRef_placeholder\" /><bpmn2:dataInputAssociation id=\"DataInputAssociation_0f5b9ka\"><bpmn2:sourceRef>DataStoreReference_1hk2slh</bpmn2:sourceRef><bpmn2:targetRef>Property_0k057ht</bpmn2:targetRef></bpmn2:dataInputAssociation></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1efn84l\" sourceRef=\"Event_1jhku0i\" targetRef=\"Activity_082zana\" /><bpmn2:dataStoreReference id=\"DataStoreReference_1hk2slh\" name=\"Zoho\" /><bpmn2:exclusiveGateway id=\"Gateway_1pajz97\" name=\"Products retrieved successfully?\" default=\"Flow_1gni2wu\"><bpmn2:incoming>Flow_1kcuaox</bpmn2:incoming><bpmn2:outgoing>Flow_1gni2wu</bpmn2:outgoing><bpmn2:outgoing>Flow_0eunr4x</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1kcuaox\" sourceRef=\"Activity_082zana\" targetRef=\"Gateway_1pajz97\" /><bpmn2:intermediateThrowEvent id=\"Event_14i7bfg\" name=\"Throw exception if retrieving products failed\"><bpmn2:incoming>Flow_1gni2wu</bpmn2:incoming><bpmn2:signalEventDefinition /></bpmn2:intermediateThrowEvent><bpmn2:sequenceFlow id=\"Flow_1gni2wu\" name=\"no\" sourceRef=\"Gateway_1pajz97\" targetRef=\"Event_14i7bfg\" /><bpmn2:exclusiveGateway id=\"Gateway_07bjmpr\" name=\"Are there pages left?\" default=\"Flow_1nb7e6s\"><bpmn2:incoming>Flow_0q1cloz</bpmn2:incoming><bpmn2:outgoing>Flow_17w52aj</bpmn2:outgoing><bpmn2:outgoing>Flow_1nb7e6s</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:endEvent id=\"Event_03xlyzr\" name=\"Move to next page\"><bpmn2:incoming>Flow_17w52aj</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_17w52aj\" name=\"yes\" sourceRef=\"Gateway_07bjmpr\" targetRef=\"Event_03xlyzr\" /><bpmn2:endEvent id=\"Event_1y4byhk\" name=\"Exit the loop\"><bpmn2:incoming>Flow_1nb7e6s</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_1nb7e6s\" name=\"no\" sourceRef=\"Gateway_07bjmpr\" targetRef=\"Event_1y4byhk\" /><bpmn2:exclusiveGateway id=\"Gateway_1edb3ny\" name=\"Was the response empty?\" default=\"Flow_1o8xhfh\"><bpmn2:incoming>Flow_0eunr4x</bpmn2:incoming><bpmn2:outgoing>Flow_0jpyt7y</bpmn2:outgoing><bpmn2:outgoing>Flow_1o8xhfh</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0eunr4x\" name=\"yes\" sourceRef=\"Gateway_1pajz97\" targetRef=\"Gateway_1edb3ny\" /><bpmn2:scriptTask id=\"Activity_18a7jj3\" name=\"Append to products variable\"><bpmn2:incoming>Flow_0jpyt7y</bpmn2:incoming><bpmn2:outgoing>Flow_0q1cloz</bpmn2:outgoing></bpmn2:scriptTask><bpmn2:sequenceFlow id=\"Flow_0jpyt7y\" name=\"no\" sourceRef=\"Gateway_1edb3ny\" targetRef=\"Activity_18a7jj3\" /><bpmn2:sequenceFlow id=\"Flow_0q1cloz\" sourceRef=\"Activity_18a7jj3\" targetRef=\"Gateway_07bjmpr\" /><bpmn2:intermediateThrowEvent id=\"Event_0g6nuv4\" name=\"Throw exception if no products were found\"><bpmn2:incoming>Flow_1o8xhfh</bpmn2:incoming><bpmn2:signalEventDefinition /></bpmn2:intermediateThrowEvent><bpmn2:sequenceFlow id=\"Flow_1o8xhfh\" name=\"yes\" sourceRef=\"Gateway_1edb3ny\" targetRef=\"Event_0g6nuv4\" /></bpmn2:subProcess><bpmn2:sequenceFlow id=\"Flow_0vivs6q\" sourceRef=\"Activity_0r2d9b8\" targetRef=\"Activity_03vxlfy\" /><bpmn2:dataObjectReference id=\"DataObjectReference_16c0ygt\" name=\"JSON file in local fileshare\" dataObjectRef=\"DataObject_0ccg1ul\" /><bpmn2:dataObject id=\"DataObject_0ccg1ul\" /><bpmn2:sequenceFlow id=\"Flow_0r9s1g4\" sourceRef=\"StartEvent_1\" targetRef=\"Activity_1f1miij\" /><bpmn2:exclusiveGateway id=\"Gateway_0ev1t41\" name=\"Access token gotten successfully?\" default=\"Flow_1dhzec4\"><bpmn2:incoming>Flow_1ub6eiz</bpmn2:incoming><bpmn2:outgoing>Flow_1dhzec4</bpmn2:outgoing><bpmn2:outgoing>Flow_0kylsfx</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1ub6eiz\" sourceRef=\"Activity_1f1miij\" targetRef=\"Gateway_0ev1t41\" /><bpmn2:sequenceFlow id=\"Flow_1dhzec4\" name=\"no\" sourceRef=\"Gateway_0ev1t41\" targetRef=\"Event_0uni3px\" /><bpmn2:scriptTask id=\"Activity_0i0ucwd\" name=\"Initialize products\"><bpmn2:incoming>Flow_0kylsfx</bpmn2:incoming><bpmn2:outgoing>Flow_0ib50il</bpmn2:outgoing></bpmn2:scriptTask><bpmn2:sequenceFlow id=\"Flow_0kylsfx\" name=\"yes\" sourceRef=\"Gateway_0ev1t41\" targetRef=\"Activity_0i0ucwd\" /><bpmn2:scriptTask id=\"Activity_0jeadgb\" name=\"Initialize pagesLeft\"><bpmn2:incoming>Flow_0ib50il</bpmn2:incoming><bpmn2:outgoing>Flow_1nnjl0m</bpmn2:outgoing></bpmn2:scriptTask><bpmn2:sequenceFlow id=\"Flow_0ib50il\" sourceRef=\"Activity_0i0ucwd\" targetRef=\"Activity_0jeadgb\" /><bpmn2:scriptTask id=\"Activity_07523a9\" name=\"Initialize pageNumber\"><bpmn2:incoming>Flow_1nnjl0m</bpmn2:incoming><bpmn2:outgoing>Flow_0pkp1fl</bpmn2:outgoing></bpmn2:scriptTask><bpmn2:sequenceFlow id=\"Flow_1nnjl0m\" sourceRef=\"Activity_0jeadgb\" targetRef=\"Activity_07523a9\" /><bpmn2:sequenceFlow id=\"Flow_0pkp1fl\" sourceRef=\"Activity_07523a9\" targetRef=\"Activity_0r2d9b8\" /><bpmn2:group id=\"Group_14yhvxd\" categoryValueRef=\"CategoryValue_0rkszcc\" /><bpmn2:group id=\"Group_04fh8z9\" categoryValueRef=\"CategoryValue_0h715we\" /><bpmn2:group id=\"Group_0w36xgm\" categoryValueRef=\"CategoryValue_07w94ne\" /></bpmn2:process><bpmn2:category id=\"Category_1amhptw\"><bpmn2:categoryValue id=\"CategoryValue_0rkszcc\" value=\"Write JSON\" /></bpmn2:category><bpmn2:category id=\"Category_0urzf8x\"><bpmn2:categoryValue id=\"CategoryValue_0h715we\" value=\"Retrieve products from Zoho\" /></bpmn2:category><bpmn2:category id=\"Category_10neha7\"><bpmn2:categoryValue id=\"CategoryValue_07w94ne\" value=\"Get an access token for the Zoho API using the refresh token\" /></bpmn2:category><bpmndi:BPMNDiagram id=\"BPMNDiagram_1\"><bpmndi:BPMNPlane id=\"BPMNPlane_1\" bpmnElement=\"Process_1\"><bpmndi:BPMNShape id=\"_BPMNShape_StartEvent_2\" bpmnElement=\"StartEvent_1\"><dc:Bounds x=\"1312\" y=\"260\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1312\" y=\"296\" width=\"37\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1f1miij_di\" bpmnElement=\"Activity_1f1miij\"><dc:Bounds x=\"1450\" y=\"238\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0uni3px_di\" bpmnElement=\"Event_0uni3px\"><dc:Bounds x=\"1672\" y=\"392\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1645\" y=\"438\" width=\"90\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_03vxlfy_di\" bpmnElement=\"Activity_03vxlfy\"><dc:Bounds x=\"3160\" y=\"238\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1bd1r3i_di\" bpmnElement=\"Event_1bd1r3i\"><dc:Bounds x=\"3422\" y=\"260\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3400\" y=\"196\" width=\"81\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"DataObjectReference_16c0ygt_di\" bpmnElement=\"DataObjectReference_16c0ygt\"><dc:Bounds x=\"3192\" y=\"105\" width=\"36\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3169\" y=\"75\" width=\"83\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0r2d9b8_di\" bpmnElement=\"Activity_0r2d9b8\" isExpanded=\"true\"><dc:Bounds x=\"2160\" y=\"25\" width=\"850\" height=\"490\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1jhku0i_di\" bpmnElement=\"Event_1jhku0i\"><dc:Bounds x=\"2200\" y=\"260\" width=\"36\" height=\"36\" /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_082zana_di\" bpmnElement=\"Activity_082zana\"><dc:Bounds x=\"2290\" y=\"238\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"DataStoreReference_1hk2slh_di\" bpmnElement=\"DataStoreReference_1hk2slh\"><dc:Bounds x=\"2315\" y=\"125\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2328\" y=\"103\" width=\"25\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1pajz97_di\" bpmnElement=\"Gateway_1pajz97\" isMarkerVisible=\"true\"><dc:Bounds x=\"2455\" y=\"253\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2435\" y=\"216\" width=\"90\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_14i7bfg_di\" bpmnElement=\"Event_14i7bfg\"><dc:Bounds x=\"2462\" y=\"392\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2435\" y=\"435\" width=\"90\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1edb3ny_di\" bpmnElement=\"Gateway_1edb3ny\" isMarkerVisible=\"true\"><dc:Bounds x=\"2575\" y=\"253\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2556\" y=\"216\" width=\"88\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_07bjmpr_di\" bpmnElement=\"Gateway_07bjmpr\" isMarkerVisible=\"true\"><dc:Bounds x=\"2815\" y=\"253\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2802\" y=\"216\" width=\"77\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_03xlyzr_di\" bpmnElement=\"Event_03xlyzr\"><dc:Bounds x=\"2942\" y=\"260\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2928\" y=\"226\" width=\"64\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1y4byhk_di\" bpmnElement=\"Event_1y4byhk\"><dc:Bounds x=\"2942\" y=\"392\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2929\" y=\"373\" width=\"62\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_18a7jj3_di\" bpmnElement=\"Activity_18a7jj3\"><dc:Bounds x=\"2695\" y=\"263\" width=\"30\" height=\"30\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0g6nuv4_di\" bpmnElement=\"Event_0g6nuv4\"><dc:Bounds x=\"2582\" y=\"392\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2560\" y=\"435\" width=\"80\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\"Flow_1efn84l_di\" bpmnElement=\"Flow_1efn84l\"><di:waypoint x=\"2236\" y=\"278\" /><di:waypoint x=\"2290\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1kcuaox_di\" bpmnElement=\"Flow_1kcuaox\"><di:waypoint x=\"2390\" y=\"278\" /><di:waypoint x=\"2455\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1gni2wu_di\" bpmnElement=\"Flow_1gni2wu\"><di:waypoint x=\"2480\" y=\"303\" /><di:waypoint x=\"2480\" y=\"392\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2489\" y=\"346\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_17w52aj_di\" bpmnElement=\"Flow_17w52aj\"><di:waypoint x=\"2865\" y=\"278\" /><di:waypoint x=\"2942\" y=\"278\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2897\" y=\"260\" width=\"16\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1nb7e6s_di\" bpmnElement=\"Flow_1nb7e6s\"><di:waypoint x=\"2840\" y=\"303\" /><di:waypoint x=\"2840\" y=\"410\" /><di:waypoint x=\"2942\" y=\"410\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2849\" y=\"355\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0eunr4x_di\" bpmnElement=\"Flow_0eunr4x\"><di:waypoint x=\"2505\" y=\"278\" /><di:waypoint x=\"2575\" y=\"278\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2532\" y=\"260\" width=\"16\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0jpyt7y_di\" bpmnElement=\"Flow_0jpyt7y\"><di:waypoint x=\"2625\" y=\"278\" /><di:waypoint x=\"2695\" y=\"278\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2654\" y=\"260\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0q1cloz_di\" bpmnElement=\"Flow_0q1cloz\"><di:waypoint x=\"2725\" y=\"278\" /><di:waypoint x=\"2815\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1o8xhfh_di\" bpmnElement=\"Flow_1o8xhfh\"><di:waypoint x=\"2600\" y=\"303\" /><di:waypoint x=\"2600\" y=\"392\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2608\" y=\"345\" width=\"16\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNShape id=\"Gateway_0ev1t41_di\" bpmnElement=\"Gateway_0ev1t41\" isMarkerVisible=\"true\"><dc:Bounds x=\"1665\" y=\"253\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1657\" y=\"203\" width=\"66\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0i0ucwd_di\" bpmnElement=\"Activity_0i0ucwd\"><dc:Bounds x=\"1815\" y=\"263\" width=\"30\" height=\"30\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0jeadgb_di\" bpmnElement=\"Activity_0jeadgb\"><dc:Bounds x=\"1935\" y=\"263\" width=\"30\" height=\"30\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_07523a9_di\" bpmnElement=\"Activity_07523a9\"><dc:Bounds x=\"2055\" y=\"263\" width=\"30\" height=\"30\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_04fh8z9_di\" bpmnElement=\"Group_04fh8z9\"><dc:Bounds x=\"1780\" y=\"-50\" width=\"1270\" height=\"620\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2372\" y=\"-43\" width=\"87\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_0w36xgm_di\" bpmnElement=\"Group_0w36xgm\"><dc:Bounds x=\"1380\" y=\"-50\" width=\"380\" height=\"620\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1526\" y=\"-43\" width=\"89\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\"DataOutputAssociation_0loimbu_di\" bpmnElement=\"DataOutputAssociation_0loimbu\"><di:waypoint x=\"3210\" y=\"238\" /><di:waypoint x=\"3210\" y=\"155\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_11lz0s5_di\" bpmnElement=\"Flow_11lz0s5\"><di:waypoint x=\"3260\" y=\"278\" /><di:waypoint x=\"3422\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"DataInputAssociation_0f5b9ka_di\" bpmnElement=\"DataInputAssociation_0f5b9ka\"><di:waypoint x=\"2340\" y=\"175\" /><di:waypoint x=\"2340\" y=\"238\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0vivs6q_di\" bpmnElement=\"Flow_0vivs6q\"><di:waypoint x=\"3010\" y=\"278\" /><di:waypoint x=\"3160\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0r9s1g4_di\" bpmnElement=\"Flow_0r9s1g4\"><di:waypoint x=\"1348\" y=\"278\" /><di:waypoint x=\"1450\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1ub6eiz_di\" bpmnElement=\"Flow_1ub6eiz\"><di:waypoint x=\"1550\" y=\"278\" /><di:waypoint x=\"1665\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1dhzec4_di\" bpmnElement=\"Flow_1dhzec4\"><di:waypoint x=\"1690\" y=\"303\" /><di:waypoint x=\"1690\" y=\"392\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1699\" y=\"345\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0kylsfx_di\" bpmnElement=\"Flow_0kylsfx\"><di:waypoint x=\"1715\" y=\"278\" /><di:waypoint x=\"1815\" y=\"278\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1731\" y=\"258\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0ib50il_di\" bpmnElement=\"Flow_0ib50il\"><di:waypoint x=\"1845\" y=\"278\" /><di:waypoint x=\"1935\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1nnjl0m_di\" bpmnElement=\"Flow_1nnjl0m\"><di:waypoint x=\"1965\" y=\"278\" /><di:waypoint x=\"2055\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0pkp1fl_di\" bpmnElement=\"Flow_0pkp1fl\"><di:waypoint x=\"2085\" y=\"278\" /><di:waypoint x=\"2160\" y=\"278\" /></bpmndi:BPMNEdge><bpmndi:BPMNShape id=\"Group_14yhvxd_di\" bpmnElement=\"Group_14yhvxd\"><dc:Bounds x=\"3070\" y=\"-50\" width=\"290\" height=\"620\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3187\" y=\"-43\" width=\"57\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn2:definitions>",
					"ElementParameters": "[{\"Id\":\"StartEvent_1\",\"Type\":0,\"Parameters\":{},\"SelectedTypeId\":\"ManualTrigger\",\"PromoteResultAs\":null,\"Name\":\"Manual\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_03vxlfy\",\"Type\":1,\"Parameters\":{\"input\":{\"Content\":{\"mode\":\"csharp\",\"value\":\"#var.products.Replace(\\\"][\\\", \\\",\\\")\"},\"Path\":{\"mode\":\"csharp\",\"value\":\"#var.TargetPath\"}},\"options\":{\"UseGivenUserCredentialsForRemoteConnections\":{\"mode\":\"toggle\",\"value\":false},\"UserName\":{\"mode\":\"text\",\"value\":\"domain\\\\username\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"FileEncoding\":{\"mode\":\"select\",\"value\":\"UTF8\"},\"EnableBom\":{\"mode\":\"toggle\",\"value\":false},\"EncodingInString\":{\"mode\":\"text\",\"value\":\"\"},\"WriteBehaviour\":{\"mode\":\"select\",\"value\":\"Overwrite\"}}},\"SelectedTypeId\":\"/ProcessTask/0f7c0838-132b-4fe3-a7eb-f5bf9ba48e80/v1\",\"PromoteResultAs\":null,\"Name\":\"Write to JSON\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1f1miij\",\"Type\":1,\"Parameters\":{\"input\":{\"Method\":{\"mode\":\"select\",\"value\":\"POST\"},\"ResultMethod\":{\"mode\":\"select\",\"value\":\"JToken\"},\"Url\":{\"mode\":\"text\",\"value\":\"{{#var.AccountsDomain}}/oauth/v2/token?client_id={{#var.ZohoClientId}}&grant_type=refresh_token&client_secret={{#var.ZohoClientSecret}}&refresh_token={{#var.ZohoRefreshToken}}\"},\"Message\":{\"mode\":\"text\",\"value\":\"\"},\"Headers\":[]},\"options\":{\"Authentication\":{\"mode\":\"select\",\"value\":\"None\"},\"Username\":{\"mode\":\"text\",\"value\":\"\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"Token\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateSource\":{\"mode\":\"select\",\"value\":\"CertificateStore\"},\"ClientCertificateFilePath\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateInBase64\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateKeyPhrase\":{\"mode\":\"text\",\"value\":\"\"},\"CertificateThumbprint\":{\"mode\":\"text\",\"value\":\"\"},\"LoadEntireChainForCertificate\":{\"mode\":\"toggle\",\"value\":true},\"ConnectionTimeoutSeconds\":{\"mode\":\"integer\",\"value\":30},\"FollowRedirects\":{\"mode\":\"toggle\",\"value\":true},\"AllowInvalidCertificate\":{\"mode\":\"toggle\",\"value\":false},\"AllowInvalidResponseContentTypeCharSet\":{\"mode\":\"toggle\",\"value\":false},\"ThrowExceptionOnErrorResponse\":{\"mode\":\"toggle\",\"value\":false},\"AutomaticCookieHandling\":{\"mode\":\"toggle\",\"value\":true}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/d2f2020e-4ce6-4e5f-879f-ef34e57c9fca/v1\",\"PromoteResultAs\":null,\"Name\":\"Generate an access token using the refresh token\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":true,\"ShouldDispose\":null},{\"Id\":\"Event_0uni3px\",\"Type\":6,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"An exception occurred when attempting to create a new access token using the refresh token. Error message:\\r\\n\\r\\n{{#result.Body.error}}\"},\"bypassGlobalExceptionHandler\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1bd1r3i\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"Product data succesfully written from Zoho into JSON file located at {{#var.TargetPath}}.\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1jhku0i\",\"Type\":13,\"Parameters\":{},\"SelectedTypeId\":\"\",\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0r2d9b8\",\"Type\":11,\"Parameters\":{\"maxIterations\":{\"mode\":\"integer\",\"value\":\"10000\"},\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.pagesLeft\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"While pages remain\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_082zana\",\"Type\":1,\"Parameters\":{\"input\":{\"Method\":{\"mode\":\"select\",\"value\":\"GET\"},\"ResultMethod\":{\"mode\":\"select\",\"value\":\"JToken\"},\"Url\":{\"mode\":\"text\",\"value\":\"{{#var.ApiDomain}}/crm/v2/Products?page={{#var.pageNumber}}\"},\"Message\":{\"mode\":\"text\",\"value\":\"\"},\"Headers\":[]},\"options\":{\"Authentication\":{\"mode\":\"select\",\"value\":\"OAuth\"},\"Username\":{\"mode\":\"text\",\"value\":\"\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"Token\":{\"mode\":\"csharp\",\"value\":\"#result[Generate an access token using the refresh token].Body.access_token\"},\"ClientCertificateSource\":{\"mode\":\"select\",\"value\":\"CertificateStore\"},\"ClientCertificateFilePath\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateInBase64\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateKeyPhrase\":{\"mode\":\"text\",\"value\":\"\"},\"CertificateThumbprint\":{\"mode\":\"text\",\"value\":\"\"},\"LoadEntireChainForCertificate\":{\"mode\":\"toggle\",\"value\":true},\"ConnectionTimeoutSeconds\":{\"mode\":\"integer\",\"value\":30},\"FollowRedirects\":{\"mode\":\"toggle\",\"value\":true},\"AllowInvalidCertificate\":{\"mode\":\"toggle\",\"value\":false},\"AllowInvalidResponseContentTypeCharSet\":{\"mode\":\"toggle\",\"value\":false},\"ThrowExceptionOnErrorResponse\":{\"mode\":\"toggle\",\"value\":false},\"AutomaticCookieHandling\":{\"mode\":\"toggle\",\"value\":true}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/d2f2020e-4ce6-4e5f-879f-ef34e57c9fca/v1\",\"PromoteResultAs\":null,\"Name\":\"Get page of products from Zoho\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":false,\"ShouldDispose\":null},{\"Id\":\"DataStoreReference_1hk2slh\",\"Type\":22,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Zoho\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1pajz97\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.StatusCode == 200 || #result.StatusCode == 204\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Products retrieved successfully?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_14i7bfg\",\"Type\":6,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"An exception occurred when attempting to get product data from Zoho. Error message:\\r\\n\\r\\n{{#result.Body.message}}\"},\"bypassGlobalExceptionHandler\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1gni2wu\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_07bjmpr\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result[Get page of products from Zoho].Body[\\\"info\\\"][\\\"more_records\\\"] == true\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Are there pages left?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_17w52aj\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_03xlyzr\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.pageNumber++\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1nb7e6s\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1y4byhk\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.pagesLeft = false\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"DataObjectReference_16c0ygt\",\"Type\":21,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"JSON file in local fileshare\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_0ev1t41\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.Body.error == null\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Access token gotten successfully?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1dhzec4\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0kylsfx\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0i0ucwd\",\"Type\":12,\"Parameters\":{\"variableName\":\"products\",\"variableExpression\":{\"mode\":\"csharp\",\"value\":\"\\\"\\\"\"},\"shouldAssignVariable\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Initialize products\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0jeadgb\",\"Type\":12,\"Parameters\":{\"variableName\":\"pagesLeft\",\"variableExpression\":{\"mode\":\"csharp\",\"value\":\"true\"},\"shouldAssignVariable\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Initialize pagesLeft\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_07523a9\",\"Type\":12,\"Parameters\":{\"variableName\":\"pageNumber\",\"variableExpression\":{\"mode\":\"csharp\",\"value\":\"0\"},\"shouldAssignVariable\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Initialize pageNumber\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0eunr4x\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1edb3ny\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result[Get page of products from Zoho].StatusCode != 204\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Was the response empty?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0jpyt7y\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_18a7jj3\",\"Type\":12,\"Parameters\":{\"variableName\":\"\",\"variableExpression\":{\"mode\":\"csharp\",\"value\":\"#var.products += #result[Get page of products from Zoho].Body[\\\"data\\\"].ToString()\"},\"shouldAssignVariable\":{\"mode\":\"toggle\",\"value\":false}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Append to products variable\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0g6nuv4\",\"Type\":6,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"No products were found in Zoho, the API responded with status code 204.\"},\"bypassGlobalExceptionHandler\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1o8xhfh\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null}]",
					"ManualTriggerJson": "[]",
					"IsSubprocess": false,
					"TriggersJson": "[{\"$type\":\"ManualTrigger\",\"config\":{},\"name\":\"Manual\",\"id\":\"StartEvent_1\",\"shouldNotLogParameters\":null}]",
					"AssemblyName": null,
					"PackageId": null,
					"PackageVersion": null,
					"UsedTasksJson": "[\"/ProcessTask/D2F2020E-4CE6-4E5F-879F-EF34E57C9FCA/v1\",\"/ProcessTask/0F7C0838-132B-4FE3-A7EB-F5BF9BA48E80/v1\"]",
					"UsedSubprocessesJson": "{}",
					"ProcessExecutionVersion": "",
					"FrendsVersion": "5.7.3.1743",
					"TargetFramework": "net8.0",
					"StaticRequiredEnvironmentVariables": [],
					"RequiredEnvironmentVariables": [],
					"PromotedResultVariablesJson": "[]",
					"MajorVersion": 1,
					"MinorVersion": 0,
					"IsForMonitoringRule": false,
					"ProcessVariablesJson": null
				},
				"LinkedTasks": {
					"07663585-513c-4b2a-a86c-d2f8427de1a4": [
						{
							"Id": "d2f2020e-4ce6-4e5f-879f-ef34e57c9fca",
							"PackageId": "Frends.HTTP.Request",
							"PackageVersion": "1.1.2",
							"Name": "Frends.HTTP.Request.HTTP.Request(Input, Options, CancellationToken)",
							"FrameworkIdentifier": ".NETCoreApp"
						},
						{
							"Id": "0f7c0838-132b-4fe3-a7eb-f5bf9ba48e80",
							"PackageId": "Frends.Files.Write",
							"PackageVersion": "1.0.1",
							"Name": "Frends.Files.Write.Files.Write(Input, Options)",
							"FrameworkIdentifier": ".NETCoreApp"
						}
					]
				},
				"LinkedSubProcess": {},
				"Version": "Acc41"
			}
		}
	]
}